home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.01.XXXX < prev    next >
Encoding:
Text File  |  1990-03-03  |  1.6 KB  |  38 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:         $01 (1)
  7. Auxiliary Type:    All
  8.  
  9. Full Name:     Bad Blocks file
  10. Short Name:    Bad blocks
  11.  
  12. Written by:    Matt Deatherage                                     March 1990
  13.  
  14. Files of this type and auxiliary type contain blocks that should not be used 
  15. by the file system.
  16. _____________________________________________________________________________
  17.  
  18. Files of type $01 contain physical media blocks that should not be used by the 
  19. file system.  A utility program can scan a disk looking for blocks that cannot 
  20. be read and can then synthesize a file containing those blocks.  Such a file 
  21. should have type $01.
  22.  
  23. Files of this type should not be touched.  If a program finds one, it should 
  24. leave it alone.  If you must delete such a file, be sure to double-check with 
  25. the user.
  26.  
  27. Versions of ProDOS 8 prior to 1.8 can cause file system corruption (on ProDOS 
  28. disks, of course) if you attempt to delete a file of bad blocks, so be sure 
  29. not to do this.  Attempting to delete a bad blocks file is only marginally 
  30. reasonable for people manually attempting disk repair.  A bad blocks scanning 
  31. utility does not need to delete the old bad blocks files before creating new 
  32. ones; it should just create new files as necessary.  Apple Computer, Inc., 
  33. does not support deleting a bad blocks file.
  34.  
  35. The auxiliary types for this file type are reserved; any files created of type 
  36. $01 should be created with auxiliary type $0000.
  37.  
  38.